An array is a data structure that holds a list of elements.
Each element is identified by its index, starting from 0. You can create an array using square brackets []
[]